home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 1 / Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso / FILES / DEV / I-Z / Password.cpt / Password.doc next >
Text File  |  1986-10-21  |  3KB  |  48 lines

  1. Password is copyright 1986 by William Steinberg
  2. All Commercial Rights Reserved
  3. These programs may be freely distributed, as long as:
  4. (1) This document is included and unchanged, and
  5. (2) There is no charge for these programs, and
  6. (2) it's distributed by a non-profit organization.  Commercial BBS' may
  7. distribute it as long as they get my permission first. (I grant permission
  8. to CIS, Delphi,and GEnie)
  9.  
  10. Password is distributed in Packit II compressed form, and when upacked
  11. (by PACKIT II or III, or UNPACK), you should get Password.Doc (this
  12. document), Password (The Application version of Password), Password.FKey
  13. (The FKey version, numbered as 9), and Password.INIT (the INIT version)
  14. MPW Assembler Source code for all 3 versions is included if you got the
  15. source version.
  16.  
  17. Password (the application) is a simple program that should be set as the
  18. startup application by the finder.  When run, Password will present you
  19. with a window asking you to enter your password.  It will not show you
  20. anything else until you enter the correct password.  When you enter the
  21. correct password, you will exit the program and enter the finder.
  22. Change STR resource #128 with ResEdit to modify the password. The
  23. default password is "Password". (No quotes, the capital P is significant)
  24. Any time an incorrect character is entered, the compare is "reset"
  25. (silently) and the whole password must be re-entered.  If you mess up
  26. entering the password, just type any character that is NOT in your
  27. password (return is ok, as return is never part of the password), and
  28. then type it again.
  29.  
  30. Password the FKey operates just like application.  It may be installed
  31. into your system file with ResEdit, or with one of the FKey Installers.
  32. You can renumber it by changing the resource ID with ResEdit, or by
  33. using the renumber command in the FKey installers. To change the default
  34. password ("Password", as in the application), you'll need Fedit+.  Open
  35. the FKey before you install it, and look for the word "Password" near
  36. the beginning of the file.  I have left about 30 bytes of space
  37. available for your password.  Just change (overwrite) the old one with
  38. whatever you want.  NOTE that the byte before the "P" in Password is
  39. the length of the string (in this case it's an 08).  You MUST change
  40. the length byte if you change the length of the password string.
  41.  
  42. Password the INIT resource should be put in the system folder on the
  43. disk you boot from.  The default password here is "Password" too, and
  44. you can change it with Fedit+ the same way you change the FKey's.
  45.  
  46. Written with the MPW assembler
  47.                 -- Bill Steinberg CIS 76703,1027
  48.